Skip to content

Remove 's' mention as there's no argument for set.copy()#12176

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
andresdelfino:fix-set-copy
Mar 7, 2019
Merged

Remove 's' mention as there's no argument for set.copy()#12176
serhiy-storchaka merged 1 commit into
python:masterfrom
andresdelfino:fix-set-copy

Conversation

@andresdelfino

Copy link
Copy Markdown
Contributor

Wording is taken from dict.copy()

@merwok

merwok commented Mar 5, 2019

Copy link
Copy Markdown
Member

Thanks! Can you check if the method docstring has the same problem?

@andresdelfino

Copy link
Copy Markdown
Contributor Author

Thanks! Can you check if the method docstring has the same problem?

Sure! It doesn't:

PyDoc_STRVAR(copy_doc, "Return a shallow copy of a set.");

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @andresdelfino for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 7, 2019
Remove 's' mention as there's no argument.
(cherry picked from commit e942e7b)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-12206 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 7, 2019
Remove 's' mention as there's no argument.
(cherry picked from commit e942e7b)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-12207 is a backport of this pull request to the 2.7 branch.

miss-islington added a commit that referenced this pull request Mar 7, 2019
Remove 's' mention as there's no argument.
(cherry picked from commit e942e7b)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
miss-islington added a commit that referenced this pull request Mar 7, 2019
Remove 's' mention as there's no argument.
(cherry picked from commit e942e7b)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
@andresdelfino andresdelfino deleted the fix-set-copy branch March 7, 2019 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants